You can filter the output of the CLI show commands using the output modifiers.
| Output Modifier | Description |
|---|---|
| append filename | Appends the output to a file. |
| save filename | Redirects the command output to the specified file. |
| include string or expression | Displays the command output that includes the specified expression. |
| exclude string or expression | Displays the command output that excludes the specified expression. |
| begin string or expression | Displays the command output that begins with the specified expression. |
| last number | Displays only the specified number of last lines of the command output. |
| until string | Ends the output when the output text matches the string. |
| count | Counts the number of lines in the output. |
| linnum | Enumerates the lines in the output. |
| more | Paginates the output. |
| nomore | Suppresses the pagination of the output. |